home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ModemVersion.h
-
- Contains: xxx put contents here xxx
-
- Version: xxx put version here xxx
-
- Copyright: © 1998-1999 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: xxx put dri here xxx
-
- Other Contact: xxx put other contact here xxx
-
- Technology: xxx put technology here xxx
-
- */
-
- #define DriverVersion 0x09 // Legacy - says we support 230kbps
-
- #define kVersShort "1.0"
- #define kVers1Long "1.0, © 1999 Apple Computer, Inc."
- #define kVers2Long "USB Modem Driver v1.0"
-
- #define kVMajor 1 /* Binary Coded Decimal */
- #define kVMinor (0*16)+0 /* Binary Coded Decimal, ex: .2.3 = (2*16)+3 */
- #define kVStage finalStage /* developStage, alphaStage, betaStage, finalStage */
- #define kVRelease 0 /* Binary Coded Decimal */
-